home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libvorbis-1.0rc3 / examples / Makefile < prev    next >
Encoding:
Makefile  |  2002-10-27  |  10.5 KB  |  370 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/libvorbis
  38. pkglibdir = $(libdir)/libvorbis
  39. pkgincludedir = $(includedir)/libvorbis
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = m68k-unknown-amigaos
  61. host_triplet = m68k-unknown-amigaos
  62. AS = @AS@
  63. CC = gcc
  64. CPP = gcc -E
  65. DEBUG = -g -Wall -W -D__NO_MATH_INLINES -fsigned-char
  66. DLLTOOL = @DLLTOOL@
  67. ECHO = print -r
  68. EXEEXT = 
  69. LIBS = -lm  -logg
  70. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  71. LN_S = ln -s
  72. MAKEINFO = makeinfo
  73. OBJDUMP = @OBJDUMP@
  74. OBJEXT = o
  75. OGG_CFLAGS = 
  76. OGG_LIBS =  -logg
  77. PACKAGE = libvorbis
  78. PROFILE = -O20 -g -pg -D__NO_MATH_INLINES -fsigned-char
  79. RANLIB = ranlib
  80. STRIP = strip
  81. VERSION = 1.0rc3
  82. VE_LIB_AGE = 1
  83. VE_LIB_CURRENT = 1
  84. VE_LIB_REVISION = 0
  85. VF_LIB_AGE = 2
  86. VF_LIB_CURRENT = 2
  87. VF_LIB_REVISION = 0
  88. V_LIB_AGE = 1
  89. V_LIB_CURRENT = 1
  90. V_LIB_REVISION = 0
  91. pthread_lib = -lpthread
  92.  
  93. AUTOMAKE_OPTIONS = foreign
  94.  
  95. INCLUDES = -I$(top_srcdir)/include 
  96.  
  97. noinst_PROGRAMS = decoder_example encoder_example chaining_example         vorbisfile_example seeking_example
  98.  
  99.  
  100. LDFLAGS = -all-static
  101. LDADD = ../lib/libvorbis.la
  102.  
  103. decoder_example_SOURCES = decoder_example.c
  104. encoder_example_SOURCES = encoder_example.c
  105. encoder_example_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la 
  106. chaining_example_SOURCES = chaining_example.c
  107. chaining_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la 
  108. vorbisfile_example_SOURCES = vorbisfile_example.c
  109. vorbisfile_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la 
  110. seeking_example_SOURCES = seeking_example.c
  111. seeking_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la 
  112. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  113. CONFIG_CLEAN_FILES = 
  114. noinst_PROGRAMS =  decoder_example$(EXEEXT) encoder_example$(EXEEXT) \
  115. chaining_example$(EXEEXT) vorbisfile_example$(EXEEXT) \
  116. seeking_example$(EXEEXT)
  117. PROGRAMS =  $(noinst_PROGRAMS)
  118.  
  119.  
  120. DEFS =  -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc3\" -DHAVE_ALLOCA=1  -I. -I$(srcdir) 
  121. CPPFLAGS = 
  122. decoder_example_OBJECTS =  decoder_example.$(OBJEXT)
  123. decoder_example_LDADD = $(LDADD)
  124. decoder_example_DEPENDENCIES =  ../lib/libvorbis.la
  125. decoder_example_LDFLAGS = 
  126. encoder_example_OBJECTS =  encoder_example.$(OBJEXT)
  127. encoder_example_DEPENDENCIES =  ../lib/libvorbisenc.la \
  128. ../lib/libvorbis.la
  129. encoder_example_LDFLAGS = 
  130. chaining_example_OBJECTS =  chaining_example.$(OBJEXT)
  131. chaining_example_DEPENDENCIES =  ../lib/libvorbisfile.la \
  132. ../lib/libvorbis.la
  133. chaining_example_LDFLAGS = 
  134. vorbisfile_example_OBJECTS =  vorbisfile_example.$(OBJEXT)
  135. vorbisfile_example_DEPENDENCIES =  ../lib/libvorbisfile.la \
  136. ../lib/libvorbis.la
  137. vorbisfile_example_LDFLAGS = 
  138. seeking_example_OBJECTS =  seeking_example.$(OBJEXT)
  139. seeking_example_DEPENDENCIES =  ../lib/libvorbisfile.la \
  140. ../lib/libvorbis.la
  141. seeking_example_LDFLAGS = 
  142. CFLAGS = -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H
  143. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  144. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  145. CCLD = $(CC)
  146. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  147. DIST_COMMON =  Makefile.am Makefile.in
  148.  
  149.  
  150. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  151.  
  152. TAR = tar
  153. GZIP_ENV = --best
  154. SOURCES = $(decoder_example_SOURCES) $(encoder_example_SOURCES) $(chaining_example_SOURCES) $(vorbisfile_example_SOURCES) $(seeking_example_SOURCES)
  155. OBJECTS = $(decoder_example_OBJECTS) $(encoder_example_OBJECTS) $(chaining_example_OBJECTS) $(vorbisfile_example_OBJECTS) $(seeking_example_OBJECTS)
  156.  
  157. all: all-redirect
  158. .SUFFIXES:
  159. .SUFFIXES: .S .c .lo .o .obj .s
  160. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  161.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps examples/Makefile
  162.  
  163. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  164.     cd $(top_builddir) \
  165.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  166.  
  167.  
  168. mostlyclean-noinstPROGRAMS:
  169.  
  170. clean-noinstPROGRAMS:
  171.     -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  172.  
  173. distclean-noinstPROGRAMS:
  174.  
  175. maintainer-clean-noinstPROGRAMS:
  176.  
  177. .c.o:
  178.     $(COMPILE) -c $<
  179.  
  180. # FIXME: We should only use cygpath when building on Windows,
  181. # and only if it is available.
  182. .c.obj:
  183.     $(COMPILE) -c `cygpath -w $<`
  184.  
  185. .s.o:
  186.     $(COMPILE) -c $<
  187.  
  188. .S.o:
  189.     $(COMPILE) -c $<
  190.  
  191. mostlyclean-compile:
  192.     -rm -f *.o core *.core
  193.     -rm -f *.$(OBJEXT)
  194.  
  195. clean-compile:
  196.  
  197. distclean-compile:
  198.     -rm -f *.tab.c
  199.  
  200. maintainer-clean-compile:
  201.  
  202. .c.lo:
  203.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  204.  
  205. .s.lo:
  206.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  207.  
  208. .S.lo:
  209.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  210.  
  211. mostlyclean-libtool:
  212.     -rm -f *.lo
  213.  
  214. clean-libtool:
  215.     -rm -rf .libs _libs
  216.  
  217. distclean-libtool:
  218.  
  219. maintainer-clean-libtool:
  220.  
  221. decoder_example$(EXEEXT): $(decoder_example_OBJECTS) $(decoder_example_DEPENDENCIES)
  222.     @rm -f decoder_example$(EXEEXT)
  223.     $(LINK) $(decoder_example_LDFLAGS) $(decoder_example_OBJECTS) $(decoder_example_LDADD) $(LIBS)
  224.  
  225. encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $(encoder_example_DEPENDENCIES)
  226.     @rm -f encoder_example$(EXEEXT)
  227.     $(LINK) $(encoder_example_LDFLAGS) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS)
  228.  
  229. chaining_example$(EXEEXT): $(chaining_example_OBJECTS) $(chaining_example_DEPENDENCIES)
  230.     @rm -f chaining_example$(EXEEXT)
  231.     $(LINK) $(chaining_example_LDFLAGS) $(chaining_example_OBJECTS) $(chaining_example_LDADD) $(LIBS)
  232.  
  233. vorbisfile_example$(EXEEXT): $(vorbisfile_example_OBJECTS) $(vorbisfile_example_DEPENDENCIES)
  234.     @rm -f vorbisfile_example$(EXEEXT)
  235.     $(LINK) $(vorbisfile_example_LDFLAGS) $(vorbisfile_example_OBJECTS) $(vorbisfile_example_LDADD) $(LIBS)
  236.  
  237. seeking_example$(EXEEXT): $(seeking_example_OBJECTS) $(seeking_example_DEPENDENCIES)
  238.     @rm -f seeking_example$(EXEEXT)
  239.     $(LINK) $(seeking_example_LDFLAGS) $(seeking_example_OBJECTS) $(seeking_example_LDADD) $(LIBS)
  240.  
  241. tags: TAGS
  242.  
  243. ID: $(HEADERS) $(SOURCES) $(LISP)
  244.     list='$(SOURCES) $(HEADERS)'; \
  245.     unique=`for i in $$list; do echo $$i; done | \
  246.       awk '    { files[$$0] = 1; } \
  247.            END { for (i in files) print i; }'`; \
  248.     here=`pwd` && cd $(srcdir) \
  249.       && mkid -f$$here/ID $$unique $(LISP)
  250.  
  251. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  252.     tags=; \
  253.     here=`pwd`; \
  254.     list='$(SOURCES) $(HEADERS)'; \
  255.     unique=`for i in $$list; do echo $$i; done | \
  256.       awk '    { files[$$0] = 1; } \
  257.            END { for (i in files) print i; }'`; \
  258.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  259.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  260.  
  261. mostlyclean-tags:
  262.  
  263. clean-tags:
  264.  
  265. distclean-tags:
  266.     -rm -f TAGS ID
  267.  
  268. maintainer-clean-tags:
  269.  
  270. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  271.  
  272. subdir = examples
  273.  
  274. distdir: $(DISTFILES)
  275.     @for file in $(DISTFILES); do \
  276.       d=$(srcdir); \
  277.       if test -d $$d/$$file; then \
  278.         cp -pr $$d/$$file $(distdir)/$$file; \
  279.       else \
  280.         test -f $(distdir)/$$file \
  281.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  282.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  283.       fi; \
  284.     done
  285.  
  286. info-am:
  287. info: info-am
  288. dvi-am:
  289. dvi: dvi-am
  290. check-am: all-am
  291. check: check-am
  292. installcheck-am:
  293. installcheck: installcheck-am
  294. install-exec-am:
  295. install-exec: install-exec-am
  296.  
  297. install-data-am:
  298. install-data: install-data-am
  299.  
  300. install-am: all-am
  301.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  302. install: install-am
  303. uninstall-am:
  304. uninstall: uninstall-am
  305. all-am: Makefile $(PROGRAMS)
  306. all-redirect: all-am
  307. install-strip:
  308.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  309. installdirs:
  310.  
  311.  
  312. mostlyclean-generic:
  313.  
  314. clean-generic:
  315.  
  316. distclean-generic:
  317.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  318.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  319.  
  320. maintainer-clean-generic:
  321. mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
  322.         mostlyclean-libtool mostlyclean-tags \
  323.         mostlyclean-generic
  324.  
  325. mostlyclean: mostlyclean-am
  326.  
  327. clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
  328.         clean-generic mostlyclean-am
  329.  
  330. clean: clean-am
  331.  
  332. distclean-am:  distclean-noinstPROGRAMS distclean-compile \
  333.         distclean-libtool distclean-tags distclean-generic \
  334.         clean-am
  335.     -rm -f libtool
  336.  
  337. distclean: distclean-am
  338.  
  339. maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
  340.         maintainer-clean-compile maintainer-clean-libtool \
  341.         maintainer-clean-tags maintainer-clean-generic \
  342.         distclean-am
  343.     @echo "This command is intended for maintainers to use;"
  344.     @echo "it deletes files that may require special tools to rebuild."
  345.  
  346. maintainer-clean: maintainer-clean-am
  347.  
  348. .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
  349. clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
  350. mostlyclean-compile distclean-compile clean-compile \
  351. maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  352. clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
  353. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  354. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  355. install-exec install-data-am install-data install-am install \
  356. uninstall-am uninstall all-redirect all-am all installdirs \
  357. mostlyclean-generic distclean-generic clean-generic \
  358. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  359.  
  360.  
  361. debug:
  362.     $(MAKE) all CFLAGS="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char"
  363.  
  364. profile:
  365.     $(MAKE) all CFLAGS="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char"
  366.  
  367. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  368. # Otherwise a system limit (for SysV at least) may be exceeded.
  369. .NOEXPORT:
  370.